Welcome![Sign In][Sign Up]
Location:
Search - tcp http

Search list

[Internet-Networkpos2recv

Description: swoole TCP 监听端口转发接收到HTTP服务端
Platform: | Size: 1024 | Author: | Hits:

[SCMMPPTQW

Description: 实现网络TCP/udp编程,可以用于单片机开发HTTP网页-Implement TCP/udp network programming, can be used for single chip microcomputer development HTTP web page
Platform: | Size: 141312 | Author: king | Hits:

[Internet-Networkweb

Description: 实验4 Web服务器(多线程,可以多个浏览器访问多个不同文件) 要求:(1)TCP (2)C/S (3)http 摘要:设计一个简单的web服务器,它仅能处理一个请求。 具体: Web服务器: 当一个客户(浏览器,输入URL:http://127.0.0.1/index.html)连接时创建一个连接套接字; 从连接套接字接收http请求报文。 解释该请求以确定所请求的文件(解析文件名); 从服务器的文件系统获得请求的文件。 创建一个由请求的文件组成的http响应报文。(报文包含状态行+实体体)。 经TCP连接想请求的浏览器发送响应。如果浏览器请求的文件不在服务器,服务器返回“404 Not Found”差错报文。 注意:1)如果80端口已经被其他进程占用,服务器端口改为5050。则浏览器输入的URL:http://127.0.0.1:5050/index.html-Experiment 4 Web server Requirements: (1) TCP             (2) C/S             (3) http Abstract: The design of a simple web server, it can handle only one request. Specifically: Web server: Create a connection socket connection When a client (//127.0.0.1/index.html browser, enter the URL:: http) Http request message is received the connection socket. Interpret the request to determine the requested file (file name parsing) Access to documents requested the server s file system. Create a document requested by the composition of http response packets. (Packet contains a status line+ solid body). After TCP connection would like to request the browser sends a response. If the file is not in the server browser requests, the server returns 404 Not Found error message. Note: 1) If port 80 is already in use by another process server port to 5050. Enter the URL of your browser: http: //127.0.0.1: 5050/index.html
Platform: | Size: 1207296 | Author: 刘强 | Hits:

[SCMENC28J60Experiment

Description: 本实验将实现如下功能:开机检测ENC28J60,如果检测不成功,则提示报错。在成功检测到ENC28J60之后,初始化uIP,并设置IP地址(192.168.1.16)等,然后监听80端口和1200端口,并尝试连接远程1400端口,80端口用于实现WEB Server功能,1200端口用于实现TCP Server功能,连接1400端口实现TCP Client功能。此时,我们在电脑浏览器输入http://192.168.1.16 ,就可以登录到一个界面,该界面可以控制开发板上两个LED灯的亮灭,还会显示开发板的当前时间以及开发板STM32芯片的温度(每10秒自动刷新一次)。另外,我们通过网络调试软件(做TCP Server时,设置IP地址为:192.168.1.103,端口为1400;做TCP Client时,设置IP地址为:192.168.1.16,端口为1200)同开发板连接,即可实现开发板与网络调试软件之间的数据互发。按KEY0,由开发板的TCP Server端发送数据到电脑的TCP Client端。按KEY2,则由开发板的TCP Client端发送数据到电脑的TCP Server端。LCD显示当前连接状态。-The experiment will achieve the following functions: start testing ENC28J60, if the test was not successful, the system prompts error. After successfully detected ENC28J60, initialize uIP, and set the IP address (192.168.1.16), etc., and then listens on port 80 and port 1200, and attempts to connect to the remote 1400 port, 80 port is used for WEB Server functions, 1200 port is used for TCP Server function, connecting ports 1400 TCP Client function. At this point, we enter in the computer browser http://192.168.1.16, you can log in to an interface that can control the development board two bright LED lights off, also displays the current time and the development board development board STM32 chip temperature (automatically refresh every 10 seconds). In addition, we network debugging software (do TCP Server, set the IP address is: 192.168.1.103, port is 1400 do TCP Client, set the IP address is: 192.168.1.16, port 1200) with the development board, namely Boards and can achieve data int
Platform: | Size: 1243136 | Author: 夜辰 | Hits:

[Internet-NetworkTCPChatRoom

Description: 基于VS2012一个简单的小测试程序,支持服务器对某客户端,服务器对所有客户端,客户端之间的通信。TCP Socket基于CAsyncSocket的非阻塞异步通信。效果图详见:http://blog.chinaunix.net/uid-28394603-id-5163195.html-Based on VS2012 a simple and simple small test procedures, support for a server to a client, the server for all clients, communication between the client. Non blocking asynchronous communication based on TCP Socket CAsyncSocket. The effect diagram is shown in http://blog.chinaunix.net/uid-28394603-id-5163195.html
Platform: | Size: 25201664 | Author: Nika | Hits:

[JSP/Javacmpp2-v4.0-(1)

Description: CMPP提供了基于TCP的长连接接口和短连接接口标准,SGIP提供了基于TCP和HTTP/TCP的短连接接口标准。CMPP中的短信网关为TCP服务器,通过接收SP发起的TCP连接来发送MT/MO/Report/Resp等消息。SGIP中发送MT/MTResp时是短信网关为TCP服务器,发送MO/MOResp/Report/ReportResp时短信网关作为TCP客户端。 长连接接口 通信双方以客户-服务器方式建立TCP连接,用于双方信息的相互提交。当信道上没有数据传输时,通信双方应每隔时间C发送链路检测包以维持此连接,当链路检测包发出超过时间T后未收到响应,应立即再发送链路检测包,再连续发送N-1次后仍未得到响应则断开此连接。 短连接接口 通信双方以客户-服务器方式建立TCP连接,应答与请求在同一个连接中完成。系统采用客户/服务器模式,操作以客户端驱动方式发起连接请求,完成一次操作后关闭此连接。-CMPP provides a TCP-based connection interface long and short connection interface standard, SGIP provides a short connection interface based on standard TCP and HTTP/TCP s. The CMPP SMS Gateway is TCP server, SP initiated by receiving a TCP connection to send MT/MO/Report/Resp other news. When SGIP sent MT/MTResp is SMS gateway TCP server, sending MO/MOResp/Report/ReportResp when SMS Gateway as a TCP client.                 Long connection interface               Communicating parties with client- server mode to establish a TCP connection, for the parties to submit information to each other. When there is no data transmission channel, the two sides should be changed every time a communication link C test kits sent to maintain this connection, when the link test packets sent over time T has not received a response, and then immediately send link test packets, and then It has not yet been sent after continuous N-1 times in
Platform: | Size: 2423808 | Author: 吴玉建 | Hits:

[Sniffer Package capturehttpanalysis

Description: 实现网络数据包捕获,完成TCP和UDP流量的统计,客户端类型分析,数据包类型分析,HTTP内容还原-For network packet capture, complete TCP and UDP traffic statistics, client type analysis, packet type analysis, HTTP content reduction
Platform: | Size: 6144 | Author: 阿里 | Hits:

[OS programwince-Programming-3th

Description: 视窗3应用程序编程为掌上电脑,掌上电脑,和嵌入式设备的编程。 主题包括: 企业计算包括COM、DCOM、使用ADOCE访问数据库,和微软的消息队列 通信,包括网络访问HTTP,TCP/IP,插座,串口通信,并与ActiveSync 3桌面同步 建立和运行应用程序在视觉+ +使用微软基金会 嵌入式Visual C++ 3和Pocket PC SDK光盘 超越用户界面到硬盘核心编程 全面联网和企业计算 从掌上电脑全球通信 所有新功能的视窗3 高级技术的严重窗口程序员-Windows CE 3.0 Application Programming presents programming for Pocket PC, handheld PC, and embedded devices. Topics include: Enterprise computing including COM, DCOM, access using ADOCE, and Microsoft Message Queue Communications, including Internet Web access with HTTP, TCP/IP, sockets, serial communications, and desktop synchronization with ActiveSync 3.0 Build and run applications in Visual C++ using Microsoft Foundation Classes CD-ROM with eMbedded Visual C++ 3.0 and Pocket PC SDK Beyond the user interface to hard-core programming Full-scale networking and enterprise computing Global communications Pocket PCs All the new features of Windows CE 3.0 Advanced techniques for serious Windows CE programmers
Platform: | Size: 1420288 | Author: a | Hits:

[OS programtrochilus-master

Description: Trochilus A fast&free windows remote administration Tool Coded in C++ (using VS2010) Features Support TCP,UDP,HTTP,HTTPS Serilize Protocol Support Non-UAC Shellcode Extension Remote Uninstall Singled-Threaded File Manager Remote Shell Download & Execute Upload & Execute System Information Compiling devenv.exe build.sln /rebuild RELEASE Build Run build.bat ToDo Reverse SOCKS5 Proxy Support UDP reliable transfer. Shellcode extension SDK. Contributing Fork it Create your feature branch (git checkout -b my-new-feature) Commit your changes (git commit -am Add some feature ) Push to the branch (git push origin my-new-feature) Create new Pull Request-Trochilus A fast&free windows remote administration Tool Coded in C++ (using VS2010) Features Support TCP,UDP,HTTP,HTTPS Serilize Protocol Support Non-UAC Shellcode Extension Remote Uninstall Singled-Threaded File Manager Remote Shell Download & Execute Upload & Execute System Information Compiling devenv.exe build.sln /rebuild RELEASE Build Run build.bat ToDo Reverse SOCKS5 Proxy Support UDP reliable transfer. Shellcode extension SDK. Contributing Fork it Create your feature branch (git checkout -b my-new-feature) Commit your changes (git commit -am Add some feature ) Push to the branch (git push origin my-new-feature) Create new Pull Request
Platform: | Size: 12617728 | Author: Mobd | Hits:

[CommunicationTCP_API_Server2.0

Description: 实现TCP,HTTP,SMTP协议的框架,Data里对MySQL接口封装,XML里对DOM标准的实现。我目前主要是做C++网络编程,曾经尝试接触ACE库,但觉得太复杂难理解,而且也没有条件用于项目,后来发现了Poco,不仅简单易用,而且也包含《C++ Networking Programming》中提到的各种模式和框架,更难得的是文档注释丰富,看起源码来相当舒-class Net_API TCPServer: public Poco::Runnable class Net_API TCPServerConnection: public Poco::Runnable class Net_API TCPServerConnectionFactory class Net_API TCPServerDispatcher: public Poco::Runnable class Net_API TCPServerParams: public Poco::RefCountedObject
Platform: | Size: 971776 | Author: CanliaCen | Hits:

[Other Web Codesynapse-tasks

Description: Apache Synapse is a lightweight and high-performance Enterprise Service Bus (ESB). Powered by a fast and asynchronous mediation engine, Apache Synapse provides exceptional support for XML, Web Services and REST. In addition to XML and SOAP, Apache Synapse supports several other content interchange formats, such as plain text, binary, Hessian and JSON. The wide range of transport adapters available for Synapse, enables it to communicate over many application and transport layer protocols. As of now, Apache Synapse supports HTTP/S, Mail (POP3, IMAP, SMTP), JMS, TCP, UDP, VFS, SMS, XMPP and FIX.
Platform: | Size: 74752 | Author: angel | Hits:

[OtherM26

Description: 移远通信模块开发指导,包括硬件、TCP/UDP、短信、FTP、HTTP等连接。-移远通信模块开发指导,包括硬件、TCP/UDP、短信、FTP、HTTP等连接。 移远通信模块开发指导,包括硬件、TCP/UDP、短信、FTP、HTTP等连接。 Remote communication module development guide, including hardware, TCP/UDP, SMS, FTP, HTTP and other connections.
Platform: | Size: 9866240 | Author: 王佳驰 | Hits:

[Delphi VCLRaise_CodeSite_v4.2

Description: The CodeSite Logging System gives developers deeper insight into how their code is executing, which enables them to locate problems more quickly and ensure their application is running correctly. CodeSite s logging classes let developers capture all kinds of information while their code s and then send that information to a live display or to a log file. Furthermore, both styles of logging, live logging and file logging, can be performed locally or remotely (via TCP, UDP, or HTTP).-The CodeSite Logging System gives developers deeper insight into how their code is executing, which enables them to locate problems more quickly and ensure their application is running correctly. CodeSite s logging classes let developers capture all kinds of information while their code s and then send that information to a live display or to a log file. Furthermore, both styles of logging, live logging and file logging, can be performed locally or remotely (via TCP, UDP, or HTTP).
Platform: | Size: 17908736 | Author: execexec | Hits:

[SCMWEB020

Description: 基于c8051f02x以太网通信,单片机片机编程,CP2200网络通信接口-c8051f02x http tcp/ip
Platform: | Size: 92160 | Author: 战士林 | Hits:

[CommunicationtcpIP4

Description: 一个简单的web服务器,它仅能处理一个请求. Web服务器: (1)当一个客户(浏览器)连接时创建一个连接套接字; (2)从连接套接字接收http请求。 (3)解释该请求以确定所请求的文件; (4)从服务器的文件系统获得请求的文件。 (5)创建一个由请求的文件组成的http响应报文。报文前面有首部行。 (6)经TCP连接想请求的浏览器发送响应。如果浏览器请求的文件不在服务器,服务器返回“404 Not Found”差错报文。 Web客户端:采用浏览器实现。输入URL请求页面。-A simple web server, it can only handle a request. Web server: (1) create a connection socket when a client (browser) is connected (2) receiving HTTP requests the connection socket. (3) explain the request to determine the requested file (4) the file system the server to obtain the requested file. (5) to create a HTTP response message consisting of a request file. Header line in front of the message. (6) the TCP connection to the request of the browser to send a response. If the file requested by the browser is not in the server, the server returns the 404 Found Not error message. Web client: using the browser to achieve. Enter URL request page.
Platform: | Size: 1457152 | Author: 王伟 | Hits:

[Web Serverworkerman-for-win-master

Description: Workerman是一款纯PHP开发的开源高性能的PHP socket 服务器框架。被广泛的用于手机app、手游服务端、网络游戏服务器、聊天室服务器、硬件通讯服务器、智能家居、车联网、物联网等领域的开发。 支持TCP长连接,支持Websocket、HTTP等协议,支持自定义协议。-Workerman is an open source high performance PHP socket server framework a pure PHP development. Is widely used in the development of mobile app, mobile games server, network game server, chat server, communications server hardware, intelligent home, car networking, networking and other areas. Support TCP long connections, support Websocket, HTTP protocols, support for custom protocols.
Platform: | Size: 48128 | Author: 常昊 | Hits:

[TCP/IP stackNetwork-Demo-CSharp

Description: Network-Demo-C#是用c#开发的网络方面的demo,覆盖http、tcp/ip、udp、socket的服务端和客户端的demo示例-Network- Demo- c# Demo is to use c# development of the Network, HTTP, TCP/IP, udp, socket server and client Demo sample
Platform: | Size: 90112 | Author: shenyunmin | Hits:

[JSP/Javaserver-and-connect-it-to-the-customer-interface.r

Description: Setting this work: a master server, and implement the interface connection to it customers. Communication protocol - either streaming protocol based on TCP / IP (note - HTTP is not a streaming protocol). The server and client can be implemented in any programming language. The server must submit an application (for example a console) that implements the following functionality: 1. When a client connects to send him to an arbitrary number and display that number on the console 2. Upon receipt of a response the client to display the client s response to the console. 3. When a client disconnects display a message about this to the console. 4. Periodically (every x seconds) to send an arbitrary number of active clients The client must implement the following: 1. Upon receipt of the server to bring it to the console, wait for 5 seconds and answer the same number increased by 1. So a dialogue between the client and the server will look as follows:-Setting this work: a master server, and implement the interface connection to it customers. Communication protocol - either streaming protocol based on TCP / IP (note - HTTP is not a streaming protocol). The server and client can be implemented in any programming language. The server must submit an application (for example a console) that implements the following functionality: 1. When a client connects to send him to an arbitrary number and display that number on the console 2. Upon receipt of a response the client to display the client s response to the console. 3. When a client disconnects display a message about this to the console. 4. Periodically (every x seconds) to send an arbitrary number of active clients The client must implement the following: 1. Upon receipt of the server to bring it to the console, wait for 5 seconds and answer the same number increased by 1. So a dialogue between the client and the server will look as follows:
Platform: | Size: 44032 | Author: Vita | Hits:

[Other Embeded programlwip-2.0.0

Description: 此文件最主要是lwip官方最新源代码,适合单片机移植的建立在TCP/ip上的更高级的协议,如:http udp以及ftp协议,具体代码移植步骤会在以后上传文件中讲解-This file is the most main lwip latest official source code, suitable for the establishment of the microcontroller transplantation in the more advanced on the TCP/IP protocol, such as: HTTP udp and FTP protocol, specific code migration steps will be in after the upload file
Platform: | Size: 3072000 | Author: 路洋 | Hits:

[Internet-Networkjustniffer_0.5.15.tar

Description: 利用开源工具实现轻量级上网行为审计,justniffer使用一个可用于替代Snort的网络协议分析器,可以交互式地跟踪或者探测一个网络连接。-justniffer is a TCP sniffer. It reassembles and reorders packets and displays the tcp flow in a customizable way. It can log network traffic in web server log format. It can also log network services performances (e.g. web server response times) and extract http content (images, html, scripts, etc)
Platform: | Size: 3313664 | Author: | Hits:
« 1 2 ... 14 15 16 17 18 1920 21 »

CodeBus www.codebus.net